projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ee82b
)
(java-font-lock-extra-types): Match java.net.URL, etc.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Mar 2002 00:31:26 +0000
(
00:31
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Mar 2002 00:31:26 +0000
(
00:31
+0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 0883a086685f9cdb6117e6bf6727ed2c83bf6c18..c85d844fe12f2f1fbae405e76af6438b88c4db9e 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2206,7
+2206,7
@@
The value of this variable is used when Font Lock mode is turned on."
:group 'font-lock-extra-types)
(defcustom java-font-lock-extra-types
- '("[A-Z\300-\326\330-\337]\\sw*[a-z]\\sw*")
+ '("[A-Z\300-\326\330-\337]\\sw*[a-z
A-Z
]\\sw*")
"*List of extra types to fontify in Java mode.
Each list item should be a regexp not containing word-delimiters.
For example, a value of (\"[A-Z\300-\326\330-\337]\\\\sw*[a-z]\\\\sw*\") means capitalised